Wiki

Clone wiki

inf225 / glossary / Composite data type

[Alphabetical Index | Tag Index]

Composite data type

A data type constructed from other types (or itself, in the case of a recursive data type), e.g., a structure or an algebraic data type.

Updated